home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / Hardware / MuiWheel12 / MuiWheel.doc < prev    next >
Text File  |  1998-12-11  |  4KB  |  175 lines

  1.  
  2.  
  3.  
  4.                                MuiWheel 1.2
  5.  
  6.                           MUI has got the wheel!
  7.  
  8.                   Copyright (c) 1998 by Alessandro Zummo
  9.  
  10.                             All Rights Reserved
  11.  
  12.                    Commercial use is strictly forbidden
  13.  
  14.                                  CardWare
  15.  
  16.  
  17.                            X'mas 98 pre-release
  18.  
  19. Introduction
  20. ------------
  21.  
  22.  MuiWheel is a complex patch to allow some classes
  23.  of the Magic User Interface to react correctly
  24.  to your mouse wheel movements. It includes
  25.  a MuiWheel.mcp class to set up the preferences.
  26.  If you don't have a wheeled mouse, this program
  27.  will not be useful to you, if you don't
  28.  even know what a wheeled mouse is, go
  29.  to the LogiTech homepage, i'm sure you
  30.  will buy one soon. For more informations
  31.  download NewMouse or MouseWheel from Aminet.
  32.  
  33.  Please *READ* this doc before using it.
  34.  
  35.  The following classes will be patched:
  36.  
  37.  - Cycle.mui
  38.  - Numeric.mui (Slider.mui, Knob.mui, Numericbutton.mui, ...)
  39.  - List.mui
  40.  - Prop.mui
  41.  - Virtgroup.mui (Scrollgroup.mui)
  42.  
  43.  
  44. Copyright
  45. ----------
  46.  
  47.  This software is subject to the "Standard Amiga FD-Software Copyright Note"
  48.  It is Cardware as defined in paragraph 4c. 
  49.  If you like it and use it regularly please send a postcard to the author.
  50.  For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  51.  
  52.  
  53. Upgrading from version 1.0
  54. --------------------------
  55.  
  56.  Follow the "Installation and Usage" chapter, just remember 
  57.  that the patch for muimaster.library is NO MORE NEEDED,
  58.  so you can copy the original muimaster.library in place.
  59.  You should then set the new preferences with the MUI preferences 
  60.  editor, since you can now enable/disable every single patch.
  61.  Oh.. a postcard will be appreciated :-)
  62.  
  63.  
  64. Installation and Usage
  65. ----------------------
  66.  
  67.  MuWheelPatch needs to be loaded only one time. Anyway,
  68.  a check is made, so you can't do anything dangerous if you
  69.  run it twice.
  70.  
  71.  To install the patch, simply copy MuiWheelPatch in your C: directory
  72.  and add the relative call somewhere
  73.  in your s:startup-sequence, but BEFORE any other program
  74.  that uses MUI is launched. The standard MUI assignment
  75.  section is a good place.
  76.  
  77.  Example:
  78.  
  79.   ...somewhere in your startup-sequence...
  80.  
  81.   C:Run <>NIL: C:MuiWheelPatch
  82.  
  83.  or
  84.  
  85.   if exists ......
  86.    assign MUI: ......
  87.    if exists MUI:Libs
  88.       assign add LIBS: MUI:Libs
  89.    endif
  90.    if exists MUI:Locale
  91.       assign add LOCALE: MUI:Locale
  92.    endif
  93.    version >nil: exec.library 39
  94.    if not warn
  95.       if exists MUI:Docs
  96.          if exists HELP:dummy ; do not remove
  97.          endif                ; this entry!
  98.          assign add HELP: MUI:Docs
  99.       endif
  100.    endif
  101.    C:Run <>NIL: C:MuiWheelPatch ; MUI has got the wheel!
  102.   endif
  103.  
  104.  
  105.  Now go send a postcard to the author :-)
  106.  
  107.  Now you should copy the given MuiWheel.mcp class 
  108.  to MUI:Libs/mui/ 
  109.  
  110.  Remember that MuiWheelPatch will not work with versions of 
  111.  muimaster.library other than 19. As far as i can tell you
  112.  the wheel support will be added in the next MUI release.
  113.  
  114.  Obviously you *NEED* a MouseWheel
  115.  compatible *mouse* *driver*, such as MouseWheel itself
  116.  or NewMouse (strongly raccomended :-) .
  117.  
  118.  You're now ready to run. Reboot your system
  119.  and start MUI:MUI to set the preferences.
  120.  
  121.  PLEASE NOTE that due to the particular nature of this
  122.  patch, even if the new preferences are updated
  123.  on-the-fly, the "Test" gadget in the MUI preferences
  124.  does not work. 
  125.  
  126.  
  127. Future
  128. ------
  129.  
  130.  I'm waiting for suggestions...(and postcards too..) :-)
  131.  
  132.  
  133. Developer infos
  134. ---------------
  135.  
  136.  Write me an email...
  137.  
  138.  
  139. History
  140. -------
  141.  
  142.  1.0 - (30.07.1998) + First release
  143.  
  144.  1.1 - (07.09.1998) + Added Virtgroup.mui patch
  145.                     + Added Enable gadget in prefs
  146.                     + Now works also with IBrowse!
  147.                     - Not released
  148.  
  149.  1.2 - (10.12.1998) + All the patches are now done in a better
  150.                     + and clean way. intuition.libary is no
  151.                     + more patched nor is the patch for
  152.                     + muimaster.library required. 
  153.                     + Changed the prefs editor.
  154.  
  155. Author
  156. ------
  157.  
  158.  EMail: 
  159.  
  160.   azummo@ita.flashnet.it
  161.  
  162.  
  163.  Homepage: 
  164.  
  165.   http://freepage.logicom.it/azummo/
  166.  
  167.  
  168.  Snail Mail:
  169.  
  170.   Via S. F. d'Assisi, 27
  171.   10121 Turin
  172.   Italy
  173.  
  174.  
  175.